Welcome![Sign In][Sign Up]
Location:
Search - socket thread

Search list

[Windows DevelopSocket

Description: 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
Platform: | Size: 257024 | Author: Kelly Li | Hits:

[Search Enginespider_demo

Description: C#多线程网络爬虫,使用线程池来控制线程,效率不错。-C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
Platform: | Size: 87040 | Author: bloodxia | Hits:

[JSP/Javaqiu_networksecurity_project1

Description: 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com Reference: J2SE 6.0 API, SUN special security API -------------------------------------------------------------------------------- Program big picture: This program is designed for server and client communication as required by homework descriptions. Plus, I use some java multi-thread technique to make it as a one server communicating with multi-clients at the same time and the server will be always on, just like in the real world. There are total 2 directories, one named server which has all the java classes for server to run properly and some other files holding the users password hash values as well as shared secret keys the other one named client which has all the java classes for clients to run properly and also some other files holding the users shared keys. In client directory: Client.java--- This class is used to de
Platform: | Size: 14336 | Author: qiushi | Hits:

[CSharpa

Description: A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
Platform: | Size: 468992 | Author: cerberus | Hits:

[Internet-NetworkSocket

Description: 用事件对象和关键代码段实现线程同步,并且利用套接字编写网络应用程序-Event object and use the key code to achieve thread synchronization, and the use of socket preparation of web applications
Platform: | Size: 4871168 | Author: 单单 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Web Serverceshi

Description: 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
Platform: | Size: 3975168 | Author: 张建权 | Hits:

[Windows Developjwin32

Description: C Socket & Thread library for Unix & Windows
Platform: | Size: 611328 | Author: ryu | Hits:

[Linux-Unixthread-m

Description: linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
Platform: | Size: 132096 | Author: Tanker | Hits:

[J2ME3970986jPortMap2.0

Description: java实现内网的端口映射本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序较全面的展示了Thread、List、Vector、Socket、ServerSocket、Input/OutpuStream、File Read/Write、Properties等核心API的用法,是初学者快速进阶的一个优秀案例。-本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序较全面的展示了Thread、List、Vector、Socket、ServerSocket、Input/OutpuStream、File Read/Write、Properties等核心API的用法,是初学者快速进阶的一个优秀案例。
Platform: | Size: 164864 | Author: sss | Hits:

[CommunicationJavaStudySource

Description: 这是学习Java的时候的积累,其中包括基础的java语法使用、Swing、Socket、Thread、Applet等基础java的使用!适用初学者-This is the time to study the accumulation of Java, including syntax to use java-based, Swing, Socket, Thread, Applet and other infrastructure the use of java! For beginners
Platform: | Size: 773120 | Author: 刘记天 | Hits:

[FlashMXFlashSocket

Description: 一个类似坦克游戏的demo程序 使用Direction类来进行方向控制 使用Dot类来计算距离 用上Direction类和Dot类之后,这个demo程序变得异常简单额。。 也没什么好说,主要透过这个例子,让大家类熟悉Direction类和Dot类的使用方法 不懂的可以在后面跟帖提问,高手如果看到什么有错误的地方,请指正出来,多谢指教 -A similar tank game demo program using the Direction class to carry out the direction of controlling the use of Dot class to calculate the distance to spend Direction class and Dot classes later, the demo program becomes extremely simple and the amount. . Also there' s really nothing, primarily through example, so that everyone familiar with the Direction class class class and Dot do not understand, you can use behind the thread to ask questions, expert If you see something is wrong place, please correct me out, thank Zhijiao
Platform: | Size: 2048 | Author: mak | Hits:

[Internet-NetworkSocketPort_Linux

Description: Full Multi-thread Client/Server Socket Class with ThreadPool
Platform: | Size: 14336 | Author: Eric Chiang | Hits:

[source in ebookVC_advanced_program_development

Description: 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project source code, related to process and thread communication, file operations, dll and COM programming, socket programming, database programming code examples. In addition, there is an application framework with the COM server and client communications, interface design, project code Material Information Management project code, the use of ATL general query and print module design code for all to learn.
Platform: | Size: 5685248 | Author: wut | Hits:

[Internet-NetworkPipe

Description: 一个双线程安全的Pipe实现。一个线程在端读,另一个线程在另一端写,可以用做线程间通信。-A two-threads safe Pipe implement. One thread writes on the in-side, and another thread reads on the other side. U can use it to communicate in two threads. It s safe!
Platform: | Size: 3072 | Author: Zephyr Shannon | Hits:

[Linux-Unixlinux_multiple_thread.tar

Description: linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
Platform: | Size: 675840 | Author: 陈明 | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[OtherTCP_server_client

Description: MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
Platform: | Size: 114688 | Author: 申文霞 | Hits:

[Internet-Network3

Description: 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming in UNIX socket network programming interface to Windows environment Chapter 3 Chapter 4 Network Programming MFC Programming Chapter 5, MFC WinSock programming class WinInet Programming Chapter 6 Chapter 7 Multi-WinSock Chapter 8 Winsock thread programming the input/output model of Chapter 9 of HTTP protocol and advanced programming Chapter 10 e-mail protocols and programming
Platform: | Size: 5448704 | Author: 何旭 | Hits:

[Process-ThreadThread

Description: 自己学习线程,套接字的一些学习实例,希望通过下个东西 谢谢了-Their own learning thread, socket of learning examples, hope the next thing Thank you
Platform: | Size: 1872896 | Author: 王钧霆 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 20 »

CodeBus www.codebus.net